issue Command
Issue a GitHub Action command. Generally should not be used, most commands are wrapped.
For example, ::set-output name={name}::{value} would be issueCommand("set-output", value, "name" to name) (or better yet outputs[name] = value).